testing.common.bench (field)

5 uses

	testing (current package)
		benchmark.go#L703: 			bench: true,
		benchmark.go#L740: 						bench:  true,
		benchmark.go#L814: 			bench:   true,
		testing.go#L642: 	bench          bool           // Whether the current test is a benchmark.
		testing.go#L1067: 			if c.bench {